home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / src / include / config.h next >
C/C++ Source or Header  |  1990-01-10  |  2KB  |  57 lines

  1.  
  2. /*
  3.  *  CONFIG.H
  4.  *
  5.  *  OBSOLETE, DO NOT USE
  6.  */
  7.  
  8. char *FindConfig(char *);
  9. char *GetConfig(char *, char *);
  10.  
  11. #define USERNAME    "UserName"
  12. #define NODENAME    "NodeName"
  13. #define REALNAME    "RealName"
  14. #define DEBUGNAME    "Debug"
  15. #define NEWSFEED    "NewsFeed"
  16. #define ORGANIZATION    "Organization"
  17. #define FILTER        "Filter"        /*  can be run in the foregnd    */
  18. #define RFILTER     "RFilter"       /*  can be run in the background */
  19. #define EDITOR        "MailEditor"
  20. #define HOME        "Home"
  21.  
  22. /*
  23.  *
  24.  * This idea (and base) for this code was written by Fred Cassirer 10/9/88
  25.  * as a Config file for News programs, to whom I say Thanx!
  26.  *
  27.  * It has since been expanded to include all the directory paths and some
  28.  * command/filenames. This is to eliminate the forced use of hardcoding in
  29.  * the executables.
  30.  *
  31.  * Simply change any of these you may need to, and recompile as needed.
  32.  *
  33.  * Sneakers 11/21/88
  34.  *
  35.  */
  36.  
  37. #define MAXGROUPS 1024    /* Maximum # of subscribed newsgroups */
  38. #define MAXFILES  300    /* Max # of files in any news or spool directory */
  39.  
  40. #define NEWSGROUPS "uulib:NewsGroups/" /* List of subscribed newsgroups */
  41. #define SAVEDIR    "uunews:Save/"      /* Place to save interesting article */
  42. #define NEWSDIR    "uunews:"           /* Directory to deposit the news */
  43.  
  44. #define ERRORFILE  "uuspool:error.log"    /* File to hold any errors      */
  45.  
  46. #ifdef NOTDEF
  47.  
  48. #define CRONTAB    "uulib:CronTab"        /* Actual crontab file location */
  49. #define CRONERR    "uuspool:CronErro"     /* Location of cron error file  */
  50.  
  51. #define CONFILE    "uulib:Config"         /* Location of the config file  */
  52.  
  53. #endif
  54.  
  55. /* #include <proto/all.h> */
  56.  
  57.